home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ftpconnect11 / _setup.1 / ftpconnect11.exe / 0 / RCDATA / TFAVORITEDLG / TFAVORITEDLG.txt
Text File  |  1998-03-11  |  954b  |  55 lines

  1. object FavoriteDLG: TFavoriteDLG
  2.   Left = 151
  3.   Top = 119
  4.   Width = 292
  5.   Height = 263
  6.   Caption = 'Favorite sites'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 8
  16.     Width = 281
  17.     Height = 193
  18.     TabOrder = 0
  19.     object ListView1: TListView
  20.       Left = 8
  21.       Top = 8
  22.       Width = 265
  23.       Height = 177
  24.       Columns = <>
  25.       ReadOnly = False
  26.       TabOrder = 0
  27.     end
  28.   end
  29.   object Button1: TButton
  30.     Left = 0
  31.     Top = 208
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Add Site'
  35.     TabOrder = 1
  36.   end
  37.   object Button2: TButton
  38.     Left = 80
  39.     Top = 208
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Delete site'
  43.     TabOrder = 2
  44.   end
  45.   object Button3: TButton
  46.     Left = 160
  47.     Top = 208
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Cancel'
  51.     TabOrder = 3
  52.     OnClick = Button3Click
  53.   end
  54. end
  55.